FormCommandType Property

Specifies the type of command to execute on a data source. The defined values of the form:command-type attribute are: -command: the command contains an SQL statement. The form executes the SQL statement. -query: the command contains the name of query. The form retrieves and executes the query. -table: the command contains a table name. The form retrieves all of the data in the table. The default value for this attribute is command.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public CommandType CommandType { get; set; }

Property Value

CommandType

See Also